.nl {
  font-size: 14px;
  line-height: 25px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.nl i {
  float: right;
  font-size: 9px;
}
.media-body p {
    font-size: 12px;
    line-height: 20px;
    text-indent: 2em;
}

.media-heading {
    font-size: 18px;
    font-weight: bold;
}

.media-bottom {
    text-align: right;
    font-size: 12px;
}
.fileListInfos ul {
    display: none;
}
#dataShow {
    background: #FFF;
    display: none;
    width: 650px;
    padding: 10px;
    position: absolute;
    left: 94px;
    border: 1px solid #CCCCCC;
}

   table.filetables {
    border: 1px solid #ccc;
    width: 100%;
    margin:0;
    padding:0;
    border-collapse: collapse;
    border-spacing: 0;
    margin: 0 auto;
  }

  table.filetables tr {
    border: 1px solid #ddd;
    padding: 5px;
  }


  table.filetables th {
    padding: 10px;
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
	white-space: nowrap;
  }
  
  table.filetables .num,table.filetables .data {
	white-space: nowrap;
  }
 table.filetables td {
    padding: 8px;
    text-align: left;
  }

  @media screen and (max-width: 600px) {

    table.filetables {
      border: 0;
    }

    table.filetables thead {
      display: none;
    }

    table.filetables tr {
      margin-bottom: 10px;
      display: block;
      border-bottom: 2px solid #ddd;
    }

    table.filetables td {
      display: block;
      text-align: left;
      font-size: 13px;
      border-bottom: 1px dotted #ccc;
    }

    table.filetables td:last-child {
      border-bottom: 0;
    }

    table.filetables td:before {
      content: attr(data-label);
      float: left;
      text-transform: uppercase;
      font-weight: bold;
    }
  }

table.filetables {
    margin: 15px 0;
}

.filetables th {
    background-color: #c7c4c4;
    text-align: center;
    padding: 8px;
    font-size: 14px;
}